Labels:text | screenshot | display | software | computer icon | number | web page | operating system OCR: btnPrint Properties P + × Visible True Click Sub ClickO Set Reports DefaultCondition to current Record - Application. Set Cursor ( 1 ) IF NOT ISNULL ( fldCONTACTID. Value ) THEN rpt Contact . Default Condition = "CONTACTID=" & fldCONTACTID. Value rptContact. OpenPreview () ELSE MSGBOX ( "No Contact Record is Available to Print !", 48, Application. Label ) END IF